ArcFM Responder Mobile Developer Guide
GetRepresents(DataRow[]) Method






The data rows to find their "represents" name.
Returns the "represents" name of the table to which all the data rows belong (or an empty string if not all the rows are from the same table).
Syntax
'Declaration
 
Public Overloads Shared Function GetRepresents( _
   ByVal dataRows() As System.Data.DataRow _
) As System.String
'Usage
 
Dim dataRows() As System.Data.DataRow
Dim value As System.String
 
value = DataSetConfig.GetRepresents(dataRows)
public static System.string GetRepresents( 
   System.Data.DataRow[] dataRows
)
public function GetRepresents( 
    dataRows: System.Data.DataRowarray of
): System.String; static; 
public static function GetRepresents( 
   dataRows : System.Data.DataRow[]
) : System.String;
public: static System.string* GetRepresents( 
   System.Data.DataRow*[]* dataRows
) 
public:
static System.String^ GetRepresents( 
   System.Data.array<DataRow^>^ dataRows
) 

Parameters

dataRows
The data rows to find their "represents" name.

Return Value

The "represents" name of the table.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSetConfig Class
DataSetConfig Members
Overload List

Send Feedback